메인 콘텐츠로 건너뛰기
GET
/
license
Get license features
curl --request GET \
  --url https://your_a2_service/license
{
  "analytic": [
    "advertiser"
  ],
  "campaign": [
    "impression"
  ],
  "creative": [
    "display"
  ],
  "media_library": [
    "local"
  ],
  "name": "<string>",
  "notification": [
    "adm"
  ]
}

Response

200 - application/json

Successful Response

라이센스 기능 스키마

analytic
enum<string>[]
required

분석을 조회 가능한 사용자 역할

represent analytic

사용 가능한 옵션:
advertiser,
retailer
campaign
enum<string>[]
required

지원하는 캠페인 목표

represent campaign goal

사용 가능한 옵션:
impression,
reach,
click,
conversion
creative
enum<string>[]
required

지원하는 소재 유형

represent creativeType

사용 가능한 옵션:
display,
video,
native
media_library
enum<string>[]
required

지원하는 미디어 라이브러리 저장소

represent media library

사용 가능한 옵션:
local,
cloud
name
string
required

라이센스 유형 이름

notification
enum<string>[]
required

지원하는 알람 기능

represent notification

사용 가능한 옵션:
adm,
slack,
email